Pman/Images.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 4 Nov 2010 05:17:35 +0000 (13:17 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 4 Nov 2010 05:17:35 +0000 (13:17 +0800)
Pman/Images.php

index 0549e4e..1cfc78a 100644 (file)
@@ -107,7 +107,7 @@ class Pman_Images extends Pman
             $img->limit(1);
             if (!$img->find(true)) {
                 header('Location: ' . $this->rootURL . '/Pman/templates/images/file-broken.png?reason='. 
-                    urlencode("No file exists");
+                    urlencode("No file exists"));
             } 
             $id = $img->id;