diff options
author | rub <rub@piwigo.org> | 2008-03-01 21:31:24 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2008-03-01 21:31:24 +0000 |
commit | 352f097fc7aaa7ecdc4932d36351727f88f0e2db (patch) | |
tree | c316e8585cdee9e57dd684c3925021896d7ad73e | |
parent | 7bff25884c0da372fa672507dd80c8fab336ba88 (diff) |
0000809: Use more php classes implementation
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
Diffstat (limited to '')
-rw-r--r-- | admin/include/check_integrity.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/include/check_integrity.class.php b/admin/include/check_integrity.class.php index 8398d5d9c..eeeb6f7dd 100644 --- a/admin/include/check_integrity.class.php +++ b/admin/include/check_integrity.class.php @@ -69,7 +69,7 @@ class check_integrity $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) |