Fixes display of comments on disabled accounts (Closes #1126).
authorStéphane Jacob <sj@m4x.org>
Fri, 10 Sep 2010 18:47:42 +0000 (20:47 +0200)
committerStéphane Jacob <sj@m4x.org>
Fri, 10 Sep 2010 18:47:54 +0000 (20:47 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
templates/admin/accounts.tpl

index 9c569d7..a696a16 100644 (file)
@@ -36,7 +36,7 @@
       <input type="checkbox" disabled="disabled" {if $user.watch}checked="checked"{/if} />
     </td>
     <td>
-      {$user.comment|default='(none)'}
+      {$user.comment}
     </td>
   </tr>
   {/iterate}