mirror of
https://github.com/e107inc/e107.git
synced 2025-07-05 23:34:05 +02:00
Typo fix
This commit is contained in:
@ -1968,7 +1968,7 @@ class e_parse extends e_parser
|
|||||||
*/
|
*/
|
||||||
public function thumbWidth($width=null)
|
public function thumbWidth($width=null)
|
||||||
{
|
{
|
||||||
if($val !== null)
|
if($height !== null)
|
||||||
{
|
{
|
||||||
$this->thumbWidth = intval($width);
|
$this->thumbWidth = intval($width);
|
||||||
}
|
}
|
||||||
@ -1986,7 +1986,7 @@ class e_parse extends e_parser
|
|||||||
*/
|
*/
|
||||||
public function thumbHeight($height= null)
|
public function thumbHeight($height= null)
|
||||||
{
|
{
|
||||||
if($val !== null)
|
if($height !== null)
|
||||||
{
|
{
|
||||||
$this->thumbHeight = intval($height);
|
$this->thumbHeight = intval($height);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user