summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-07-30 19:25:43 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-07-30 19:25:43 -0700
commit7aa03e59bad72d549c348a597c0d9b6fd63e0fa6 (patch)
tree2e682e5c37b65d3719e55a3cb8710ec73aee25d1 /modules/gallery/helpers
parentd3ce7f7e36bac0e03db7028eb915ab066124a669 (diff)
parent19d89f94f9939bbd879d6c8ead4e802f592ec808 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/helpers')
-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"';
}