mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
Clear Content cache after updating URL settings.
This commit is contained in:
@@ -454,9 +454,7 @@ class eurl_admin_ui extends e_admin_controller_ui
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if(isset($_POST['update']))
|
if(isset($_POST['update']))
|
||||||
{
|
{
|
||||||
@@ -480,10 +478,10 @@ class eurl_admin_ui extends e_admin_controller_ui
|
|||||||
->set('url_locations', $locations)
|
->set('url_locations', $locations)
|
||||||
->save();
|
->save();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
eRouter::clearCache();
|
eRouter::clearCache();
|
||||||
|
e107::getCache()->clearAll('content'); // clear content - it may be using old url scheme.
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user