From: Riton Date: Mon, 7 Feb 2011 18:25:41 +0000 (+0100) Subject: Typo Fix X-Git-Tag: core/1.1.3~18 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=e90c2e8da9eed07bc1319a45ca6bd4ee1c36c5ca;p=platal.git Typo Fix Signed-off-by: Riton Signed-off-by: Florent Bruneau --- diff --git a/classes/plpage.php b/classes/plpage.php index c7a3006..322df7b 100644 --- a/classes/plpage.php +++ b/classes/plpage.php @@ -132,7 +132,7 @@ abstract class PlPage extends Smarty } elseif ($display == 'raw') { $this->_page_type = NO_SKIN; } elseif ($display == 'full') { - $this->_page_typ = SKINNED; + $this->_page_type = SKINNED; } if ($this->_page_type == SIMPLE) {