Skip to content

Commit ea8d987

Browse files
committed
Fix layout function for J3.6
1 parent bc38331 commit ea8d987

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mod_shoutbox/libraries/layout.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* layout files default.j30.php, default.j3.php and default.php, in this
1818
* order.
1919
*
20-
* @since 1.0
20+
* @since 3.0
2121
*/
2222
class JJShoutboxLayoutFile extends JLayoutFile
2323
{
@@ -26,9 +26,9 @@ class JJShoutboxLayoutFile extends JLayoutFile
2626
*
2727
* @return void
2828
*
29-
* @since 3.2
29+
* @since 3.5
3030
*/
31-
protected function refreshIncludePaths()
31+
public function clearIncludePaths()
3232
{
3333
// Reset includePaths
3434
$this->includePaths = array();

0 commit comments

Comments
 (0)