diff options
author | plegall <plg@piwigo.org> | 2016-03-24 09:54:45 +0100 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2016-03-24 09:54:45 +0100 |
commit | 97f5d13ff3a6ca05784a110f730982cd0c650b92 (patch) | |
tree | 248827fd563dd697d3b645bb2066b3810a715309 | |
parent | 8cfee1dbc5e7a0e88c984c82124f2dcd16e5c486 (diff) | |
parent | c9c10bd5241adb9f0dd509cee63c5278d7b5adb0 (diff) |
Merge branch '2.8'
-rw-r--r-- | include/ws_functions/pwg.categories.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ws_functions/pwg.categories.php b/include/ws_functions/pwg.categories.php index 502c8f18d..79b27d75e 100644 --- a/include/ws_functions/pwg.categories.php +++ b/include/ws_functions/pwg.categories.php @@ -614,6 +614,7 @@ SELECT * if ($params['status'] != $category['status']) { + include_once(PHPWG_ROOT_PATH.'admin/include/functions.php'); set_cat_status(array($params['category_id']), $params['status']); } } |