@@ -22,7 +22,7 @@ |
||
22 | 22 | require_once XOOPS_ROOT_PATH . '/class/xoopsformloader.php'; |
23 | 23 | |
24 | 24 | if (\Xmf\Request::hasVar('id', 'GET')) { |
25 | - $photoId = \Xmf\Request::getInt('id', 0, 'GET'); |
|
25 | + $photoId = \Xmf\Request::getInt('id', 0, 'GET'); |
|
26 | 26 | } else$photoId = \Xmf\Request::getInt('photo_id', 0, 'POST'); |
27 | 27 | if (isset($_POST['step'])) { |
28 | 28 | $step = $_POST['step']; |