Make listcommands plugin work again w.r.t. smaction
[squirrelmail.git] / plugins / listcommands / mailout.php
index cdb024a8ccd42c9ef5d1d3f5e72881c861df9d52..e505465a8c2a02f6851fb6e8162af185f06c0104 100644 (file)
@@ -64,7 +64,7 @@ if (count($idents) > 1) {
     }
     echo '</select>' . "\n" ;
 } else {
-    echo htmlspecialchars('"'.$idents['default']['full_name'].'" <'.$idents['default']['email_address'].'>');
+    echo htmlspecialchars('"'.$idents[0]['full_name'].'" <'.$idents[0]['email_address'].'>');
 }
 
 echo '<br />'