1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-29 18:39:49 +02:00

misterunknown: fixed wrong function call when displaying complete path (showpath)

This commit is contained in:
Marco Dickert
2016-12-09 12:20:10 +01:00
parent e1a575e4f8
commit daba375345
2 changed files with 2 additions and 2 deletions

View File

@@ -1181,7 +1181,7 @@ $(document).ready(function() {ifm.init()}); // init ifm
<tr>
<td class="cell_content">
Content of <span id="docroot">';
if(IFMConfig::showpath == 1) print getScriptRoot().'/'; else print '/';
if(IFMConfig::showpath == 1) print $this->getScriptRoot().'/'; else print '/';
print '</span><input id="currentDir" type="text">
</td>
<td class="cell_buttons">