Skip to content

Commit d9ddab0

Browse files
committed
Fixing compatibility issue with weeblr wbAMP extension
1 parent 2be82b4 commit d9ddab0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

jlrouter.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010

1111
class PlgSystemJlrouter extends JPlugin
1212
{
13-
public function onAfterInitialise()
13+
public function construct(&$subject, $config = array())
1414
{
15+
parent::__construct($subject, $config);
16+
1517
$app = JFactory::getApplication();
1618

1719
if ($app->isAdmin())

jlrouter.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
88
<authorEmail>info@joomlager.de</authorEmail>
99
<authorUrl>www.joomlager.de</authorUrl>
10-
<version>1.1.0</version>
10+
<version>1.2.0</version>
1111
<description>PLG_SYSTEM_JLROUTER_XML_DESCRIPTION</description>
1212
<files>
1313
<filename plugin="jlrouter">jlrouter.php</filename>

0 commit comments

Comments
 (0)