diff options
author | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2024-08-12 09:24:00 +0000 |
---|---|---|
committer | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2024-08-12 09:24:00 +0000 |
commit | fd1432de7804be4318a9cae3fcc9ca6918c3010f (patch) | |
tree | 1797c462230194c7c2c2bdf1fea4056369d78aea /pmwiki.php | |
parent | b1bf820cb7b4bc2c0a05dcb26e17df19388198da (diff) | |
download | pmwiki.svn-fd1432de7804be4318a9cae3fcc9ca6918c3010f.tar.bz2 |
Responsive skin: cache SkinElements pages.
git-svn-id: svn://pmwiki.org/pmwiki/trunk@4759 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'pmwiki.php')
-rw-r--r-- | pmwiki.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2596,7 +2596,7 @@ function UpdatePage(&$pagename, &$page, &$new, $fnlist = NULL) { # EditTemplate allows a site administrator to pre-populate new pages # with the contents of another page. function EditTemplate($pagename, &$page, &$new) { - global $EditTemplatesFmt, $ROEPatterns, $TROEPatterns; + global $EditTemplatesFmt, $TROEPatterns; if (@$new['text'] > '') return; $rqt = @$_REQUEST['template']; if ($rqt && PageExists($rqt)) { |