mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Typo fix
This commit is contained in:
parent
2d00fb190e
commit
aebaa923a0
@ -1968,7 +1968,7 @@ class e_parse extends e_parser
|
||||
*/
|
||||
public function thumbWidth($width=null)
|
||||
{
|
||||
if($val !== null)
|
||||
if($height !== null)
|
||||
{
|
||||
$this->thumbWidth = intval($width);
|
||||
}
|
||||
@ -1986,7 +1986,7 @@ class e_parse extends e_parser
|
||||
*/
|
||||
public function thumbHeight($height= null)
|
||||
{
|
||||
if($val !== null)
|
||||
if($height !== null)
|
||||
{
|
||||
$this->thumbHeight = intval($height);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user