summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-06-09 19:34:52 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-06-09 19:34:52 -0700
commitd0a9d39c6aeec8f78bf8df3b55780b4bec9b8d18 (patch)
tree92407184459e2c2fcb12360880bb1358caa0e48e /modules/gallery/libraries
parent7e61bcbbecefb6b12343a8c6d3f700d282a3528b (diff)
parente5d273e929b630ab86ce31bf75c3e0fa3064ced0 (diff)
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/gallery/libraries')
-rw-r--r--modules/gallery/libraries/MY_View.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/libraries/MY_View.php b/modules/gallery/libraries/MY_View.php
index bd2794a0..96dcc71b 100644
--- a/modules/gallery/libraries/MY_View.php
+++ b/modules/gallery/libraries/MY_View.php
@@ -44,7 +44,7 @@ class View extends View_Core {
}
}
- public function main_element_attributes() {
+ public function body_attributes() {
if (locale::is_rtl()) {
return 'class="rtl"';
}