Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
ShareCenter: small typo (davi.png -> favi.png)
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@fiducial.net>
  • Loading branch information
Etienne CHAMPETIER committed Sep 12, 2014
1 parent 76fe92b commit 6ddd299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/action.share/class.ShareCenter.php
Expand Up @@ -920,7 +920,7 @@ public function initPublicFolder($downloadFolder)
$sLegend = $messages[20];

@copy($pDir."/res/dl.png", $downloadFolder."/dl.png");
@copy($pDir."/res/favi.png", $downloadFolder."/davi.png");
@copy($pDir."/res/favi.png", $downloadFolder."/favi.png");
@copy($pDir."/res/grid_t.png", $downloadFolder."/grid_t.png");
@copy($pDir."/res/button_cancel.png", $downloadFolder."/button_cancel.png");
@copy(AJXP_INSTALL_PATH."/server/index.html", $downloadFolder."/index.html");
Expand Down

0 comments on commit 6ddd299

Please sign in to comment.