summaryrefslogtreecommitdiff
path: root/modules/comment/helpers/comment_menu.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/helpers/comment_menu.php')
-rw-r--r--modules/comment/helpers/comment_menu.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment/helpers/comment_menu.php b/modules/comment/helpers/comment_menu.php
index 9df3024a..2a2a578c 100644
--- a/modules/comment/helpers/comment_menu.php
+++ b/modules/comment/helpers/comment_menu.php
@@ -18,7 +18,7 @@
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
class comment_menu_Core {
- public static function admin($menu, $theme) {
+ static function admin($menu, $theme) {
$menu->get("content_menu")
->append(Menu::factory("link")
->id("comments")
@@ -26,7 +26,7 @@ class comment_menu_Core {
->url(url::site("admin/comments")));
}
- public static function photo($menu, $theme) {
+ static function photo($menu, $theme) {
$menu
->append(Menu::factory("link")
->id("comments")