From: <var...@us...> - 2016-07-07 20:51:51
|
Revision: 9864 http://sourceforge.net/p/phpwiki/code/9864 Author: vargenau Date: 2016-07-07 20:51:47 +0000 (Thu, 07 Jul 2016) Log Message: ----------- Repair PhotoAlbumPlugin Modified Paths: -------------- trunk/lib/plugin/PhotoAlbum.php trunk/pgsrc/ReleaseNotes Modified: trunk/lib/plugin/PhotoAlbum.php =================================================================== --- trunk/lib/plugin/PhotoAlbum.php 2016-07-07 20:50:41 UTC (rev 9863) +++ trunk/lib/plugin/PhotoAlbum.php 2016-07-07 20:51:47 UTC (rev 9864) @@ -494,7 +494,7 @@ $html->pushContent(HTML::div($row)); else $html->pushContent(HTML::tr($row)); - $row->setContent(''); + $row = HTML(); } } Modified: trunk/pgsrc/ReleaseNotes =================================================================== --- trunk/pgsrc/ReleaseNotes 2016-07-07 20:50:41 UTC (rev 9863) +++ trunk/pgsrc/ReleaseNotes 2016-07-07 20:51:47 UTC (rev 9864) @@ -1,4 +1,4 @@ -Date: Mon, 23 May 2016 11:22:45 +0000 +Date: Thu, 7 Jul 2016 22:43:03 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.5) Content-Type: application/x-phpwiki; pagename=ReleaseNotes; @@ -21,6 +21,7 @@ * Valid HTML5 and CSS3 logos (in debug mode) * Add HTML 5 <main> <header> <footer> <nav> in all themes * Better is_localhost() function (allow IPv6, allow Windows IIS). Patch by Thierry Nabeth. +* Repair PhotoAlbumPlugin == 1.5.5 2015-12-11 Marc-Etienne Vargenau == This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |