From: <var...@us...> - 2015-03-03 15:37:05
|
Revision: 9590 http://sourceforge.net/p/phpwiki/code/9590 Author: vargenau Date: 2015-03-03 15:37:03 +0000 (Tue, 03 Mar 2015) Log Message: ----------- Revert __construct par ImageButton Modified Paths: -------------- trunk/lib/WikiTheme.php Modified: trunk/lib/WikiTheme.php =================================================================== --- trunk/lib/WikiTheme.php 2015-03-03 15:35:23 UTC (rev 9589) +++ trunk/lib/WikiTheme.php 2015-03-03 15:37:03 UTC (rev 9590) @@ -1797,7 +1797,7 @@ * @param $img_url string URL for button's image. * @param $img_attr array Additional attributes for the <img> tag. */ - function __construct($text, $url, $class, $img_url, $img_attr = array()) + function ImageButton($text, $url, $class, $img_url, $img_attr = array()) { /** * @var WikiRequest $request This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |