summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/gallery_theme.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-07-30 09:54:59 -0700
committerBharat Mediratta <bharat@menalto.com>2009-07-30 09:54:59 -0700
commit0f43b35747b671f76a3b4393e870804ad8a930d4 (patch)
tree037c6f167862fffbba7c1be9c1bc6fbd543a4e7d /modules/gallery/helpers/gallery_theme.php
parentfc3273da4d0b34310ba304310396527430c98ce2 (diff)
Fix a static function declaration.
Diffstat (limited to 'modules/gallery/helpers/gallery_theme.php')
-rw-r--r--modules/gallery/helpers/gallery_theme.php2
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"';
}