From 112a510bb7ba358fd4195b5b2f3c8203ab4fb91d Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sat, 11 Jun 2016 00:51:46 -0400 Subject: Rename variable In the Obj MVC, rename group in the model to obj. This will help with referencing the active object from template views without knowing what type of object it is. --- app/view/obj/group.view.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/view') diff --git a/app/view/obj/group.view.php b/app/view/obj/group.view.php index dde4df1..c75995b 100644 --- a/app/view/obj/group.view.php +++ b/app/view/obj/group.view.php @@ -17,7 +17,7 @@ - Scrott - <?=$mod->group->name?> + Scrott - <?=$mod->obj->name?> @@ -25,7 +25,7 @@
-

group->name?>

+

obj->name?>

<?=$mod->owner->getDisplayName()?> members)) { ?> -- cgit v1.2.3