Fix hook documentation for ImagePageFileHistoryLine

The first parameter was not in documentation.

Follows 4bb299cbce (r34948)

Change-Id: I8b406fae2483725e18b6f7065ee0fa8f164df1f2
This commit is contained in:
umherirrender 2015-09-20 10:25:03 +02:00
parent ddff77af20
commit 25f07b45ab

View file

@ -1579,9 +1579,10 @@ $imagePage: ImagePage object ($this)
&$html: HTML for the hook to add
'ImagePageFileHistoryLine': Called when a file history line is constructed.
$imagePage: ImagePage object ($this)
$file: the file
$line: the HTML of the history line
$css: the line CSS class
&$line: the HTML of the history line
&$css: the line CSS class
'ImagePageFindFile': Called when fetching the file associated with an image
page.