mirror of
https://github.com/e107inc/e107.git
synced 2025-08-24 15:13:04 +02:00
PDO Install enabled. PHP Notice fixes.
This commit is contained in:
@@ -29,6 +29,7 @@ if ($parm == '')
|
||||
{ /* unordered list */
|
||||
$listtext = "<ul class='bbcode'>";
|
||||
$trailer = "</ul>";
|
||||
$type = '';
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@@ -88,7 +88,7 @@ class cpage_shortcodes extends e_shortcode
|
||||
|
||||
function sc_cpagesubtitle()
|
||||
{
|
||||
$subtitle = $this->var['sub_title'];
|
||||
$subtitle = varset($this->var['sub_title']);
|
||||
return $subtitle ? e107::getParser()->toHTML($subtitle, true, 'TITLE') : '';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user