You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$this->db->query('DELETE FROM link_cache WHERE id='.(int)$id.' LIMIT 1');
68
79
$this->dataHandler->start(NULL,NULL);
69
80
$this->dataHandler->clear_cacheCmd('all');
70
81
$this->addFlashMessage('A link has been removed from cache, please reload page where the link is present (not the page itself, but e.g. parent page with this link in menu) in order to generate it again.');
@@ -75,8 +86,6 @@ private function getUrls($url) {
0 commit comments