diff options
Diffstat (limited to 'mod/categories/actions/save.php')
| -rw-r--r-- | mod/categories/actions/save.php | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/mod/categories/actions/save.php b/mod/categories/actions/save.php deleted file mode 100644 index 21602f659..000000000 --- a/mod/categories/actions/save.php +++ /dev/null @@ -1,22 +0,0 @@ -<?php - -/** - * Elgg categories plugin category saver - * - * @package ElggCategories - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd <info@elgg.com> - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.com/ - */ - -$categories = get_input('categories'); -$categories = string_to_tag_array($categories); - -global $CONFIG; -$site = $CONFIG->site; -$site->categories = $categories; -system_message(elgg_echo("categories:save:success")); - -forward($_SERVER['HTTP_REFERER']); - |
