Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
svanschu committed Jun 19, 2017
1 parent b4d36be commit 93e8b76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function check()
$this->alias = JApplicationHelper::stringURLSafe($this->alias);

if (trim(str_replace('-', '', $this->alias)) == '') {
$datenow = &JFactory::getDate();
$datenow = JFactory::getDate();
$this->alias = $datenow->format("Y-m-d-H-i-s");
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</div>
<?php endforeach; ?>
<?php echo JHtml::_('bootstrap.endTab'); ?>
<?php endforeach; ?>
<?php endforeach;?>
</div>
<?php echo JHtml::_('bootstrap.endTabSet'); ?>
</div>
Expand Down

0 comments on commit 93e8b76

Please sign in to comment.