Completed
Pull Request — master (#14)
by
unknown
03:22
created
public-sendecard.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
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'];
Please login to merge, or discard this patch.