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

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