X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FImages.php;h=10c92f198cc46559e778b089e4c44591d0d4ebc7;hp=6e4c4aea667c058f426a8f065fbfad1c52101c89;hb=0240d255376ca95b458e45be50e071ffd6a0e759;hpb=d515a37572f62d8d353f6c7a370428af046b745e diff --git a/DataObjects/Images.php b/DataObjects/Images.php index 6e4c4aea..10c92f19 100644 --- a/DataObjects/Images.php +++ b/DataObjects/Images.php @@ -185,9 +185,7 @@ class Pman_Core_DataObjects_Images extends DB_DataObject { $opts = HTML_FlexyFramework::get()->Pman; $fn = preg_replace('/[^a-z0-9\.]+/i', '_', $this->filename); - print_r(implode( '/', array( - $opts['storedir'], '_images_', date('Y/m', strtotime($this->created)), $this->id . '-'. $fn - )));exit; + print_r($opts);exit; return implode( '/', array( $opts['storedir'], '_images_', date('Y/m', strtotime($this->created)), $this->id . '-'. $fn ));