Fix #7123 - getting abra ready to test
[Pman.Xtuple] / Print.php
index ff5e637..8c12126 100644 (file)
--- a/Print.php
+++ b/Print.php
@@ -132,6 +132,7 @@ class Pman_Xtuple_Print extends Pman
             $cmd[] = '-'.$k . ($v === true   ? '' : '='. $v);
             
         }
+        
         $cmd = implode(' ', $cmd) ;
         //$cmd = implode(' ', $cmd) . ' ' . (strlen($ocfg['template']) ? escapeshellarg($template) : '');
         if (isseT($_REQUEST['_debug'])) {