mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 22:57:14 +02:00
Fixes #3711 - check local themes/plugins against author names as well as versions before suggesting updates.
This commit is contained in:
@@ -62,8 +62,10 @@ if(in_array($pref['adminstyle'], array('infopanel', 'flexpanel')))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
// DEBUG THE ADDON_UPDATED INFOPANEL
|
||||
//e107::getCache()->clear('Infopanel_plugin', true);
|
||||
//e107::getSession()->clear('addons-update-status');
|
||||
//e107::getSession()->set('addons-update-checked',false); // set to recheck it.
|
||||
|
||||
define('e_ADMIN_HOME', true); // used by some admin shortcodes.
|
||||
|
||||
|
Reference in New Issue
Block a user