Skip to content

Commit

Permalink
Fix PHPCS
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Jul 6, 2018
1 parent b1f3526 commit 838bb7c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions administrator/modules/mod_status/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
// Check if the multilangstatus module is present in the site
if (class_exists(MultilangstatusAdminHelper::class) && MultilangstatusAdminHelper::isEnabled())
{
// Publish/Unpublish the module if it exists in the modules table
// depending on the status of the languagefilter
MultilangstatusAdminHelper::publish();
// Publish/Unpublish the module if it exists in the modules table
// depending on the status of the languagefilter
MultilangstatusAdminHelper::publish();
}
?>
<div class="ml-auto">
<ul class="nav text-center">
<?php if (class_exists(MultilangstatusAdminHelper::class) && Multilanguage::isEnabled() && MultilangstatusAdminHelper::isEnabled()) : ?>
<?php $module = ModuleHelper::getModule('mod_multilangstatus'); ?>
<?php echo ModuleHelper::renderModule($module); ?>
<?php $module = ModuleHelper::getModule('mod_multilangstatus'); ?>
<?php echo ModuleHelper::renderModule($module); ?>
<?php endif; ?>

<li class="nav-item">
Expand Down

0 comments on commit 838bb7c

Please sign in to comment.