diff options
author | Erik Fonnesbeck <efonnes@gmail.com> | 2010-11-21 04:03:29 -0700 |
---|---|---|
committer | Erik Fonnesbeck <efonnes@gmail.com> | 2010-11-21 04:03:29 -0700 |
commit | 8608438108be0c8c9523fca5cfa45291d9c6cb2f (patch) | |
tree | 7552bec0360d1efefbf6d60f0e80f41100786eae /config/phpservice/phpservice_php_edit.tmp | |
parent | 178f34f25bdc617f70a584273b0f40a2d0cb4779 (diff) | |
download | pfsense-packages-8608438108be0c8c9523fca5cfa45291d9c6cb2f.tar.gz pfsense-packages-8608438108be0c8c9523fca5cfa45291d9c6cb2f.tar.bz2 pfsense-packages-8608438108be0c8c9523fca5cfa45291d9c6cb2f.zip |
Fix remaining function calls that were missed for names changed with the "unique function names" changes.
Diffstat (limited to 'config/phpservice/phpservice_php_edit.tmp')
-rw-r--r-- | config/phpservice/phpservice_php_edit.tmp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/phpservice/phpservice_php_edit.tmp b/config/phpservice/phpservice_php_edit.tmp index 411cc5f4..20a9998a 100644 --- a/config/phpservice/phpservice_php_edit.tmp +++ b/config/phpservice/phpservice_php_edit.tmp @@ -44,7 +44,7 @@ if ($_GET['act'] == "del") { if ($a_phpservice[$_GET['id']]) { unset($a_phpservice[$_GET['id']]); write_config(); - php_sync_package(); + phpservice_sync_package(); header("Location: phpservice_php.php"); exit; } @@ -83,7 +83,7 @@ if ($_POST) { } write_config(); - php_sync_package(); + phpservice_sync_package(); header("Location: phpservice_php.php"); exit; |