From bedfa1c9de069801d58de9642c92f8681c69d7bb Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Fri, 6 Jun 2014 05:50:06 +0200 Subject: working on simplifying widgets. Pushing into a branch since I am not 100% happy with it yet. --- core/Menu/MenuAdmin.php | 1 + core/Menu/MenuReporting.php | 1 + core/Menu/MenuTop.php | 1 + 3 files changed, 3 insertions(+) (limited to 'core/Menu') diff --git a/core/Menu/MenuAdmin.php b/core/Menu/MenuAdmin.php index 792905cf9b..f0c38c0a0c 100644 --- a/core/Menu/MenuAdmin.php +++ b/core/Menu/MenuAdmin.php @@ -59,6 +59,7 @@ class MenuAdmin extends MenuAbstract /** * @ignore + * @deprecated */ Piwik::postEvent('Menu.Admin.addItems', array()); diff --git a/core/Menu/MenuReporting.php b/core/Menu/MenuReporting.php index 2c5ae297da..08dcc23e82 100644 --- a/core/Menu/MenuReporting.php +++ b/core/Menu/MenuReporting.php @@ -63,6 +63,7 @@ class MenuReporting extends MenuAbstract /** * @ignore + * @deprecated */ Piwik::postEvent('Menu.Reporting.addItems', array()); diff --git a/core/Menu/MenuTop.php b/core/Menu/MenuTop.php index 7a860ef7d6..774fbd652d 100644 --- a/core/Menu/MenuTop.php +++ b/core/Menu/MenuTop.php @@ -96,6 +96,7 @@ class MenuTop extends MenuAbstract /** * @ignore + * @deprecated */ Piwik::postEvent('Menu.Top.addItems', array()); -- cgit v1.2.3