Test Failed
Push — master ( 27306e...fcbbf0 )
by Alexey
04:27
created
system/modules/Exchange1c/appAdminControllers/Exchange1cController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
         Model::$logging = false;
22 22
         App::$cur->log->run = true;
23 23
         App::$cur->log->forceView = true;
24
-        $reExchange = Exchange1c\Exchange::get((int)$_GET['item_pk']);
24
+        $reExchange = Exchange1c\Exchange::get((int) $_GET['item_pk']);
25 25
 
26 26
         $exchange = new \Exchange1c\Exchange();
27 27
         $exchange->type = $reExchange->type;
Please login to merge, or discard this patch.