Print.php
authorEdward <edward@roojs.com>
Fri, 30 May 2014 07:36:25 +0000 (15:36 +0800)
committerEdward <edward@roojs.com>
Fri, 30 May 2014 07:36:25 +0000 (15:36 +0800)
Print.php

index e494937..00edffb 100644 (file)
--- a/Print.php
+++ b/Print.php
@@ -168,7 +168,7 @@ class Pman_Xtuple_Print extends Pman
         if (isset($cfg['template'])) {
             
             $template = '/report_templates'. '/'.$cfg['template']. '.xml';
-            print_r(realpath(dirname($template)));exit;
+            print_r(dirname($template));exit;
             
             print_r(file_get_contents($template));exit;