diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-09-24 22:08:08 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-09-24 22:08:08 -0600 |
commit | 639c9c2d55164eab8ef1f8c21a7f9b69b54686ff (patch) | |
tree | 0bbb2e33006198d6e30975dc6ba8f9e3e34b2fc0 /modules/gallery/helpers/gallery_error.php | |
parent | 16c97eb6ebd8c5514dff8ed9242d7eb0a4e7178a (diff) | |
parent | e204e18b3c6a4b4b1aa76b6d4a5392bd238490eb (diff) |
Merge branch 'master' of github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/helpers/gallery_error.php')
-rw-r--r-- | modules/gallery/helpers/gallery_error.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/gallery_error.php b/modules/gallery/helpers/gallery_error.php index 91e05407..39568c93 100644 --- a/modules/gallery/helpers/gallery_error.php +++ b/modules/gallery/helpers/gallery_error.php @@ -18,7 +18,7 @@ * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ class gallery_error_Core { - function error_handler($severity, $message, $filename, $lineno) { + static function error_handler($severity, $message, $filename, $lineno) { if (error_reporting() == 0) { return; } |