Skip to content
Snippets Groups Projects
Commit 1b8861ff authored by Demian Katz's avatar Demian Katz
Browse files

Fixed bug -- missing ().

parent dc88c26f
Branches
Tags
No related merge requests found
......@@ -115,7 +115,7 @@ class Summon extends BaseSummon;
protected function debugPrint($msg)
{
if ($this->debug) {
Logger::getInstance->debug("<pre>{$msg}</pre>\n");
Logger::getInstance()->debug("<pre>{$msg}</pre>\n");
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment