X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=assistants%2Fstore-single.inc.php;h=dc550b8247b3b099344459f5872b2de4131b4648;hb=35916247a3b7ed49d0dc758ebdf76cf636763d2c;hp=04bf68443c4ec5fec79c096576355bd8f1dbb618;hpb=bda4a4becc889f5acd8d6a4736cad0e57d0f3bfc;p=mirrors%2FSokoMan.git diff --git a/assistants/store-single.inc.php b/assistants/store-single.inc.php index 04bf684..dc550b8 100644 --- a/assistants/store-single.inc.php +++ b/assistants/store-single.inc.php @@ -1,7 +1,6 @@ process_http_request_post('new', false, false, 'assistant/store-single/2'); -switch($step) { +$this->process_http_request_post('new', false, false, "$URL_INTERNAL/2"); +switch($SUBPATH[0]) { default: case 1: echo $this->render_form_add('model'); break;