Skip to content

Commit

Permalink
chown correction #1
Browse files Browse the repository at this point in the history
  • Loading branch information
tm1000 committed May 24, 2017
1 parent a8ccfa0 commit b30b88a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amp_conf/htdocs/admin/libraries/Console/Chown.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ public function chmod($progress, $files, $mode, $umask = 0000, $recursive = fals
$this->d(sprintf(_('%s skipped by configuration'), $file));
continue;
}
if(is_dir($file) && !is_link($file)) {
if(is_dir($file)) {
$omode = $mode;
$mode = 0755;
}
Expand Down
3 changes: 2 additions & 1 deletion module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
<modtype>framework</modtype>
<repo>standard</repo>
<name>FreePBX Framework</name>
<version>13.0.192.3</version>
<version>13.0.192.4</version>
<publisher>Sangoma Technologies Corporation</publisher>
<license>GPLv2+</license>
<licenselink>http://www.gnu.org/licenses/gpl-3.0.txt</licenselink>
<candisable>no</candisable>
<canuninstall>no</canuninstall>
<changelog>
*13.0.192.4* chown correction #1
*13.0.192.3* FREEPBX-12282 FREEPBX-14828
*13.0.192.2* FREEPBX-14558 Help text needs to be changed for Pinless dial option under Extension Advance tab and Extension Other Tab
*13.0.192.1* Use sprintf and htmlentities
Expand Down

0 comments on commit b30b88a

Please sign in to comment.