From: cash Date: Tue, 22 Jan 2013 19:36:27 +0000 (-0500) Subject: forgot to change the condition back after testing from previous commit X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e60f092f80d247fbdc3089689bbf5ddb229762db;p=lorea%2Felgg.git forgot to change the condition back after testing from previous commit --- diff --git a/mod/groups/views/default/groups/profile/summary.php b/mod/groups/views/default/groups/profile/summary.php index 261a746d1..f1221f19a 100644 --- a/mod/groups/views/default/groups/profile/summary.php +++ b/mod/groups/views/default/groups/profile/summary.php @@ -15,7 +15,7 @@ if (!isset($vars['entity']) || !$vars['entity']) { $group = $vars['entity']; $owner = $group->getOwnerEntity(); -if ($owner) { +if (!$owner) { // not having an owner is very bad so we throw an exception $msg = elgg_echo('InvalidParameterException:IdNotExistForGUID', array('group owner', $group->guid)); throw new InvalidParameterException($msg);