Index: trunk/phase3/includes/ParserOutput.php |
— | — | @@ -60,7 +60,7 @@ |
61 | 61 | function &getExternalLinks() { return $this->mExternalLinks; } |
62 | 62 | function getNoGallery() { return $this->mNoGallery; } |
63 | 63 | function getSubtitle() { return $this->mSubtitle; } |
64 | | - function getOutputHooks() { return $this->mOutputHooks; } |
| 64 | + function getOutputHooks() { return (array)$this->mOutputHooks; } |
65 | 65 | |
66 | 66 | function containsOldMagic() { return $this->mContainsOldMagic; } |
67 | 67 | function setText( $text ) { return wfSetVar( $this->mText, $text ); } |