Commit 06219c36 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(simpleplugin) Fix codestyle in FileAttribute

issue #5815
Showing with 1 addition and 1 deletion
+1 -1
......@@ -354,7 +354,7 @@ class ImageAttribute extends FileAttribute
$id = $this->getHtmlId();
// Just to be sure the image is not cached
srand((double)microtime() * 1000000);
$key = $this->getLdapName().rand(0,10000);
$key = $this->getLdapName().rand(0, 10000);
$display = '<img id="'.$id.'_img"'.
($this->disabled ? 'disabled="disabled"' : '').
' src="getbin.php?key='.$key.'"'.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment