aboutsummaryrefslogtreecommitdiffstats
path: root/install/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'install/update.php')
-rw-r--r--install/update.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/update.php b/install/update.php
index 3d4ed2cf9..6600808a6 100644
--- a/install/update.php
+++ b/install/update.php
@@ -995,7 +995,7 @@ ADD INDEX ( `menu_flags` )");
}
function update_r1091() {
- @mkdir('store/[data]/smarty3',STORAGE_DEFAULT_PERMISSIONS,true);
+ @os_mkdir('store/[data]/smarty3',STORAGE_DEFAULT_PERMISSIONS,true);
@file_put_contents('store/[data]/locks','');
return UPDATE_SUCCESS;
}
@@ -1301,6 +1301,6 @@ function update_r1115() {
}
function update_r1116() {
- @mkdir('store/[data]/smarty3',STORAGE_DEFAULT_PERMISSIONS,true);
+ @os_mkdir('store/[data]/smarty3',STORAGE_DEFAULT_PERMISSIONS,true);
return UPDATE_SUCCESS;
} \ No newline at end of file