codegooglecom / rend

Automatically exported from code.google.com/p/rend
Other
0 stars 0 forks source link

LoadModel not instantiating model properly #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
/Rend/Controller/Action/Helper/LoadModel.php line 75

Reads:
return $name(array(

Needs to Read:
return new $name(array(

Getting error:
Fatal error: Call to undefined function Users() in
/home/kness/public_html/BravoRend/library/Rend/Controller/Action/Helper/LoadMode
l.php
on line 75

Original issue reported on code.google.com by konrn...@gmail.com on 22 Nov 2008 at 12:06

GoogleCodeExporter commented 9 years ago

Original comment by justin.h...@gmail.com on 22 Nov 2008 at 6:29

GoogleCodeExporter commented 9 years ago
Fixed in r315

Original comment by justin.h...@gmail.com on 22 Nov 2008 at 6:34

GoogleCodeExporter commented 9 years ago

Original comment by justin.h...@gmail.com on 22 Nov 2008 at 6:35