Fixed "Incompatible function signature" warning

This commit is contained in:
Rouslan Placella 2012-07-01 15:26:09 +01:00
parent 677b0f7738
commit 2f7ffe38ea

View File

@ -348,7 +348,7 @@ class Node {
/**
* TODO: comment
*/
public function getPresence()
public function getPresence($type)
{
return false;
}