finish $61

This commit is contained in:
stubbfel
2013-06-26 12:14:43 +02:00
parent 1678b94dd5
commit 186657be6a
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ include_once PATH_UTILITTY . "/StringManager.php";
require_once PATH_DATABASE . "/SqlManager.php";
/**
* Description of SpsSqlManager
* Description of ZisSqlManager
*
* @author stubbfel
* @since 20.06.2013

View File

@@ -6,7 +6,7 @@ require_once PATH_API . "/PisApi.php";
// instance a new api
$app = new \api\PisApi();
$app->get(\api\PisApi::$routeParameterPids, function ($pid = array()) use ($app) {
$app->get(\api\PisApi::$routeParameterPids, function ($pid) use ($app) {
echo $app->sendPisQuery($pid);
});