summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2016-06-12 21:48:37 -0400
committerMalf Furious <m@lfurio.us>2016-06-12 21:48:37 -0400
commitde8dc835d7442a8bdc47d181ee9385fe7d16209d (patch)
treebc7e7e53f44aad08c8183bcc1b3d240380a42172
parent076a86c663870be3c4cf6da8059f0f978a7eb3ce (diff)
downloadscrott-de8dc835d7442a8bdc47d181ee9385fe7d16209d.tar.gz
scrott-de8dc835d7442a8bdc47d181ee9385fe7d16209d.zip
Revert "Rename variable"
This reverts commit 112a510bb7ba358fd4195b5b2f3c8203ab4fb91d. Conflicts: app/model/obj.mod.php
Diffstat (limited to '')
-rw-r--r--app/view/obj/group.view.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/view/obj/group.view.php b/app/view/obj/group.view.php
index c75995b..dde4df1 100644
--- a/app/view/obj/group.view.php
+++ b/app/view/obj/group.view.php
@@ -17,7 +17,7 @@
<html lang="en">
<head>
<?php include "view/common/head.view.php"; ?>
- <title>Scrott - <?=$mod->obj->name?></title>
+ <title>Scrott - <?=$mod->group->name?></title>
</head>
<body>
@@ -25,7 +25,7 @@
<div class="container">
<div class="well well-lg">
- <h1><?=$mod->obj->name?></h1>
+ <h1><?=$mod->group->name?></h1>
<img src="<?=$mod->owner->getHeadImage()?>" alt="<?=$mod->owner->getDisplayName()?>" class="img-circle" height="50" />
<?php if (count($mod->members)) { ?>