mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 21:02:09 +02:00
$frm->selectbox() renamed to $frm->select(); for consistency.
This commit is contained in:
@@ -2132,7 +2132,7 @@ class e_admin_controller
|
||||
|
||||
//prevent cache
|
||||
header('Cache-Control: private, no-store, no-cache, must-revalidate, post-check=0, pre-check=0');
|
||||
header('Pragma: no-cache');
|
||||
// header('Pragma: no-cache');
|
||||
|
||||
$url = $path.'?'.$request->buildQueryString($merge_query, false, $exclude_query);
|
||||
// Transfer all messages to session
|
||||
|
Reference in New Issue
Block a user