Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 8363414

Browse files
committed
STYLE: refs #231. More whitespace fixes.
1 parent e6490bb commit 8363414

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

core/controllers/CommunityController.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ function manageAction()
212212
$this->view->json['community']['message']['infoErrorName'] = $this->t('Please, set the name.');
213213
$this->view->json['community']['message']['createGroup'] = $this->t('Create a group');
214214
$this->view->json['community']['message']['editGroup'] = $this->t('Edit a group');
215-
216-
$this->view->customTabs = Zend_Registry::get('notifier')->callback('CALLBACK_CORE_GET_COMMUNITY_MANAGE_TABS', array());
215+
216+
$this->view->customTabs = Zend_Registry::get('notifier')->callback('CALLBACK_CORE_GET_COMMUNITY_MANAGE_TABS', array());
217217
}//end manageAction
218218

219219

@@ -245,7 +245,7 @@ function indexAction()
245245

246246
/** View a community*/
247247
function viewAction()
248-
{
248+
{
249249
$this->view->Date = $this->Component->Date;
250250
$communityId = $this->_getParam("communityId");
251251
if(!isset($communityId) || (!is_numeric($communityId) && strlen($communityId) != 32)) // This is tricky! and for Cassandra for now
@@ -315,12 +315,12 @@ function viewAction()
315315
}
316316

317317
$this->view->title .= ' - '.$communityDao->getName();
318-
$this->view->metaDescription = substr($communityDao->getDescription(), 0, 160);
319-
318+
$this->view->metaDescription = substr($communityDao->getDescription(), 0, 160);
319+
320320
$this->view->customJSs = Zend_Registry::get('notifier')->callback('CALLBACK_CORE_GET_COMMUNITY_VIEW_JSS', array());
321321
$this->view->customCSSs = Zend_Registry::get('notifier')->callback('CALLBACK_CORE_GET_COMMUNITY_VIEW_CSSS', array());
322-
} //end index
323-
322+
} //end index
323+
324324
/** Delete a community*/
325325
function deleteAction()
326326
{

0 commit comments

Comments
 (0)