1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-22 05:31:58 +02:00

And one more global pointer in the wmessage sc

This commit is contained in:
Moc 2013-03-24 14:37:11 +01:00
parent 107d3a019d
commit c4197a76c0

View File

@ -42,6 +42,7 @@ function wmessage_shortcode($parm)
// Actually want to display a welcome message here
$ns = e107::getRender();
$tp = e107::getParser();
$sql = e107::getDb();
if($cacheData = $e107cache->retrieve('wmessage'))
{