webkitpdf.php
authorAlan Knowles <alan@roojs.com>
Mon, 23 Nov 2015 07:56:12 +0000 (15:56 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 23 Nov 2015 07:56:12 +0000 (15:56 +0800)
webkitpdf.php

index e415472..a62dd69 100644 (file)
@@ -60,7 +60,7 @@ class WebkitPdf
                 
         $res = `$cmd`;
         
-        if (!file_exist($out)) {
+        if (!file_exists($out)) {
             $this->h404("Failed to create file $cmd  ==> $res");
         }