mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 05:11:42 +02:00
Code Cleanup
This commit is contained in:
@@ -48,7 +48,7 @@ class banner_shortcodes extends e_shortcode
|
||||
}
|
||||
|
||||
// Also used by banner_menu.php
|
||||
public function renderBanner($row, $parm = '')
|
||||
public function renderBanner($row, $parm = null)
|
||||
{
|
||||
$sql = e107::getDb('banner');
|
||||
$tp = e107::getParser();
|
||||
|
Reference in New Issue
Block a user