diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-07-30 09:54:59 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-30 09:54:59 -0700 |
commit | 0f43b35747b671f76a3b4393e870804ad8a930d4 (patch) | |
tree | 037c6f167862fffbba7c1be9c1bc6fbd543a4e7d | |
parent | fc3273da4d0b34310ba304310396527430c98ce2 (diff) |
Fix a static function declaration.
-rw-r--r-- | modules/gallery/helpers/gallery_theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/gallery_theme.php b/modules/gallery/helpers/gallery_theme.php index 81b22b74..d3751b80 100644 --- a/modules/gallery/helpers/gallery_theme.php +++ b/modules/gallery/helpers/gallery_theme.php @@ -128,7 +128,7 @@ class gallery_theme_Core { return gallery_theme::credits(); } - public function body_attributes() { + static function body_attributes() { if (locales::is_rtl()) { return 'class="rtl"'; } |