Skip to content

Commit

Permalink
0000809: Use more php classes implementation
Browse files Browse the repository at this point in the history
Use class for c13y

Fix problem with call-time pass-by-reference

git-svn-id: http://piwigo.org/svn/trunk@2238 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
rub committed Mar 1, 2008
1 parent 7bff258 commit 352f097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/include/check_integrity.class.php
Expand Up @@ -69,7 +69,7 @@ function check()
$this->retrieve_list = array();
$this->build_ignore_list = array();

trigger_action('list_check_integrity', &$this);
trigger_action('list_check_integrity', $this);

// Information
if (count($this->retrieve_list) > 0)
Expand Down

0 comments on commit 352f097

Please sign in to comment.