Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CB9TOIIIA committed Dec 23, 2016
1 parent e311887 commit bce392a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions views/social/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// ini_set( 'display_errors', 1 );
// error_reporting( E_ALL );

if (JFolder::exists(JPATH_ROOT . '/components/com_zoo')) {
$checkJBZooSEF = JBModelConfig::model()->getGroup('config.sef');
$JBZooSEFenabled = $checkJBZooSEF->get('enabled');
$JBZooSEFfix_item = $checkJBZooSEF->get('fix_item');
Expand All @@ -18,6 +19,7 @@
$JBZooSEFparse_priority = $checkJBZooSEF->get('parse_priority');
$JBZooSEFcanonical_redirect = $checkJBZooSEF->get('canonical_redirect');
$JBZooSEFzoo_route_caching = $checkJBZooSEF->get('zoo_route_caching');
}


require_once JPATH_ADMINISTRATOR . '/components/com_myjbzoostat/elements/paramsetc.php';
Expand Down

0 comments on commit bce392a

Please sign in to comment.