diff options
| author | Andy Staudacher <andy.st@gmail.com> | 2009-06-09 19:49:58 -0700 |
|---|---|---|
| committer | Andy Staudacher <andy.st@gmail.com> | 2009-06-09 19:49:58 -0700 |
| commit | 86a32d412f11504ec66f0c9b08973de9ce9c2e30 (patch) | |
| tree | 510263c9f0d855432b1ab6a677369c1d3eec0aa6 /modules/gallery/libraries | |
| parent | 7ccb65ea9ebf10e35c09bbebf8ffe1118d3fb0fb (diff) | |
| parent | 798444f40bbc0344568e9744abf7034b9a59febd (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/libraries')
| -rw-r--r-- | modules/gallery/libraries/MY_View.php | 2 |
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"'; } |
