This repository was archived by the owner on Sep 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -212,8 +212,8 @@ function manageAction()
212
212
$ this ->view ->json ['community ' ]['message ' ]['infoErrorName ' ] = $ this ->t ('Please, set the name. ' );
213
213
$ this ->view ->json ['community ' ]['message ' ]['createGroup ' ] = $ this ->t ('Create a group ' );
214
214
$ 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 ());
217
217
}//end manageAction
218
218
219
219
@@ -245,7 +245,7 @@ function indexAction()
245
245
246
246
/** View a community*/
247
247
function viewAction ()
248
- {
248
+ {
249
249
$ this ->view ->Date = $ this ->Component ->Date ;
250
250
$ communityId = $ this ->_getParam ("communityId " );
251
251
if (!isset ($ communityId ) || (!is_numeric ($ communityId ) && strlen ($ communityId ) != 32 )) // This is tricky! and for Cassandra for now
@@ -315,12 +315,12 @@ function viewAction()
315
315
}
316
316
317
317
$ 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
+
320
320
$ this ->view ->customJSs = Zend_Registry::get ('notifier ' )->callback ('CALLBACK_CORE_GET_COMMUNITY_VIEW_JSS ' , array ());
321
321
$ this ->view ->customCSSs = Zend_Registry::get ('notifier ' )->callback ('CALLBACK_CORE_GET_COMMUNITY_VIEW_CSSS ' , array ());
322
- } //end index
323
-
322
+ } //end index
323
+
324
324
/** Delete a community*/
325
325
function deleteAction ()
326
326
{
You can’t perform that action at this time.
0 commit comments