Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authormattpiwik <matthieu.aubry@gmail.com>2010-07-30 03:53:10 +0400
committermattpiwik <matthieu.aubry@gmail.com>2010-07-30 03:53:10 +0400
commit33b975d74663fa799d10496d523c8a2d1f237fdd (patch)
tree5f2db0cb004b176a8872b984a41d73b12a7ae220 /core
parent876ea001c7f79721293b9b52917b26bb27c2080a (diff)
Refs #1490
* all INPUT, SELECT, TEXTAREA, submit use same design across admin UI and main UI * fixed other small ui issues * removed brown title next to Piwik on all pages, as it was too ugly to look at git-svn-id: http://dev.piwik.org/svn/trunk@2807 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core')
-rw-r--r--core/View.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/View.php b/core/View.php
index 6bb5e6550b..0a3537fe63 100644
--- a/core/View.php
+++ b/core/View.php
@@ -114,7 +114,6 @@ class Piwik_View implements Piwik_iView
{
try {
$this->currentModule = Piwik::getModule();
- $this->currentPluginName = Piwik::getCurrentPlugin()->getClassName();
$this->userLogin = Piwik::getCurrentUserLogin();
$sites = Piwik_SitesManager_API::getInstance()->getSitesWithAtLeastViewAccess(Zend_Registry::get('config')->General->site_selector_max_sites);