Skip to content

Commit

Permalink
refs #1609 : new singleton implementation added for PHP 5.3/4.
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Oct 3, 2012
1 parent 05a5ad8 commit 1921b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/view/ownerView.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ function getEditor() {
if($id == $setEditor) {
getEditorInfo($id); // explicitly loads plugin code ($pluginURL, $pluginName returned as global)
if (isset($editor['initfunc']) && function_exists($editor['initfunc'])) {
echo "\t\t\n".call_user_func($editor['initfunc'], &$editor)."\t\t\n";
echo "\t\t\n".call_user_func($editor['initfunc'], $editor)."\t\t\n";
$pluginURL = $pluginName = "";
}
}
Expand Down

0 comments on commit 1921b98

Please sign in to comment.