[Nextcms-commits] CVS: nextcms class.Page.php,1.7,1.8
Status: Alpha
Brought to you by:
andrejb
|
From: Andrej B. <an...@us...> - 2002-12-31 11:14:39
|
Update of /cvsroot/nextcms/nextcms
In directory sc8-pr-cvs1:/tmp/cvs-serv7876
Modified Files:
class.Page.php
Log Message:
* bug fixed
----------------------------------------------------------------------
Index: class.Page.php
===================================================================
RCS file: /cvsroot/nextcms/nextcms/class.Page.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** class.Page.php 31 Dec 2002 03:54:38 -0000 1.7
--- class.Page.php 31 Dec 2002 11:14:35 -0000 1.8
***************
*** 240,248 ****
}
-
$ext_instance = $this->loadExtention($field_name);
if (isset($ext_instance)) {
! return $ext_instance->getCode();
}
--- 240,247 ----
}
$ext_instance = $this->loadExtention($field_name);
if (isset($ext_instance)) {
! return $ext_instance->getCode($param_list);
}
|