Jump to content

Popup news error


Connor1994

Recommended Posts

Anyone know what I have done wrong? lol

http://www.flybabyva.co.uk/index.php/PopUpNews/popupnewsitem/?itemid=1

This is lines 214-229 in the MainController.class.php

	/* Don't call self::Run() - parameters could change. They have to stay the same
		due to the fact that outside modules, etc will still use Run(), so it has
		to stay the same */

	$ret = call_user_func_array(array($$ModuleName, $call_function), CodonRewrite::$params);

	/* Set the title, based on what the module has, if it's blank,
		then just set it to the module name */
	self::$page_title = $$ModuleName->title;
	if(strlen(self::$page_title) === 0)
	{
		self::$page_title = ucwords(strtolower($ModuleName));
	}

	return true;	
}

Kind regards,

Connor

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...