ElementHelper icon indicating copy to clipboard operation
ElementHelper copied to clipboard

Wrong variable reset

Open Zaborskih opened this issue 10 years ago • 1 comments

plugin.elementhelper.php line 95 should be $file_names = array();

instead of $file_name = array();

Zaborskih avatar May 02 '15 19:05 Zaborskih

Thanks @Zaborskih, the master branch is actually quite old now though, you can find the latest code in the 2.0 branch. It's still unfinished but it's a major improvement over the old version. If you're interested you can read what's happening here - https://github.com/roryg/ElementHelper/issues/31

roryg avatar May 02 '15 20:05 roryg