[BugFix] Plugins ExtendedProfile and OverwriteThemeBackground - admin is identical to system path names.

This commit is contained in:
Diogo Cordeiro
2019-09-12 23:18:50 +01:00
parent 693c3168da
commit c3ba2e0f94
4 changed files with 8 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ include_once __DIR__ . '/lib/profiletools.php';
class ExtendedProfilePlugin extends Plugin
{
const PLUGIN_VERSION = '3.0.0';
const PLUGIN_VERSION = '3.0.1';
public function onPluginVersion(array &$versions): bool
{
@@ -75,7 +75,7 @@ class ExtendedProfilePlugin extends Plugin
['action' => 'profiledetailsettings']
);
$m->connect(
'admin/profilefields',
'panel/profilefields',
['action' => 'profilefieldsAdminPanel']
);