Minor correction to public variable name

This commit is contained in:
Sarven Capadisli 2009-10-03 20:22:40 +00:00
parent 604cfd8b11
commit 63700f7958

View File

@ -49,7 +49,7 @@ require_once INSTALLDIR.'/plugins/Mobile/WAP20Plugin.php';
class MobileProfilePlugin extends WAP20Plugin
{
public $DTDversion = null;
public $DTD = null;
public $serveMobile = false;
function __construct($DTD='http://www.wapforum.org/DTD/xhtml-mobile10.dtd')