Skip to content

Commit

Permalink
Fix a static function declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Jul 30, 2009
1 parent fc3273d commit 0f43b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gallery/helpers/gallery_theme.php
Expand Up @@ -128,7 +128,7 @@ static function admin_credits() {
return gallery_theme::credits();
}

public function body_attributes() {
static function body_attributes() {
if (locales::is_rtl()) {
return 'class="rtl"';
}
Expand Down

0 comments on commit 0f43b35

Please sign in to comment.