Skip to content

Commit 66117f0

Browse files
committed
fix strict standards error
1 parent 5688b79 commit 66117f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backbutton.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function plgContentBackbutton( &$subject, $params )
3737

3838
function onContentPrepare( $context, &$article, &$params, $page=0 )
3939
{
40-
$app = &JFactory::getApplication();
40+
$app = JFactory::getApplication();
4141
$this->params->get('showindiv') == 1 ? $link = '<div class="backbutton">' : $link = '';
4242
$this->params->get('linkclass') == 1 ? $aclass = 'class="backbutton"' : $aclass = '';
4343
$pattern = '{backbutton}';

backbutton.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<creationDate>May 2015</creationDate>
99
<copyright>Copyright Zwart Schaap webdesign 2008 and Wojciech Smoliński 2011</copyright>
1010
<license>GNU/GPL</license>
11-
<version>1.2.2</version>
11+
<version>1.2.3</version>
1212
<description>BB_DESCRIPTION</description>
1313
<files>
1414
<filename plugin="backbutton">backbutton.php</filename>

0 commit comments

Comments
 (0)