mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-18 23:53:39 +02:00
feature 3094: display the author list if at least 1 author (but not 0)
git-svn-id: http://piwigo.org/svn/trunk@29432 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -48,7 +48,7 @@ jQuery(document).ready(function() {
|
||||
|
||||
</fieldset>
|
||||
|
||||
{if count($AUTHORS)>1}
|
||||
{if count($AUTHORS)>=1}
|
||||
<fieldset>
|
||||
<legend>{'Search for Author'|@translate}</legend>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user