From e84a0ebe46e0cc3ddf070084da28ed2d62256ed8 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Thu, 11 Dec 2008 16:06:22 +0000 Subject: Change the name of the implmentation of module parameters to module vars --- core/models/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/models/module.php') diff --git a/core/models/module.php b/core/models/module.php index 5229f42d..da9fb0a1 100644 --- a/core/models/module.php +++ b/core/models/module.php @@ -18,5 +18,5 @@ * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ class Module_Model extends ORM { - protected $has_many = array("parameters"); + protected $has_many = array("vars"); } -- cgit v1.2.3