Images.php
authoredward <edward@roojs.com>
Fri, 29 Apr 2016 08:37:15 +0000 (16:37 +0800)
committeredward <edward@roojs.com>
Fri, 29 Apr 2016 08:37:15 +0000 (16:37 +0800)
Images.php

index 0ca3670..6cf92d0 100644 (file)
@@ -280,6 +280,12 @@ class Pman_Core_Images extends Pman
         
         $project = $ff->project;
         
+        require_once $ff->project . '.php';
+        
+        $project = new $ff->project();
+        
+        print_R($project);exit;
+        
         $sizes = array(
                 '100', 
                 '100x100',