PageThumb.php
authorAlan Knowles <alan@roojs.com>
Wed, 7 Mar 2018 05:40:49 +0000 (13:40 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 7 Mar 2018 05:40:49 +0000 (13:40 +0800)
PageThumb.php

index afeb0f9..db19d61 100644 (file)
@@ -4,7 +4,7 @@ require_once 'Pman.php';
 
 class Pman_Cms_PageThumb extends Pman
 {
-    function get($id)
+    function get($id = '',  $opts = array())
     {
         $cms_page = DB_DataObject::factory('cms_page');
         $cms_page->autoJoin();