* Fixed a typo that caused warnings
This commit is contained in:
parent
d4d73a90c2
commit
47eb621c0d
1 changed files with 1 additions and 1 deletions
|
|
@ -523,7 +523,7 @@ class Linker {
|
|||
|
||||
$s = "<div class=\"thumb t{$align}\"><div style=\"width:{$oboxwidth}px;\">";
|
||||
if ( $thumbUrl == '' ) {
|
||||
$s .= $this->makeBrokenImageLinkObj( $img->getTitle );
|
||||
$s .= $this->makeBrokenImageLinkObj( $img->getTitle() );
|
||||
$zoomicon = '';
|
||||
} else {
|
||||
$s .= '<a href="'.$u.'" class="internal" title="'.$alt.'">'.
|
||||
|
|
|
|||
Loading…
Reference in a new issue