Changeset 722195 for wp-filebase/trunk/classes/Sync.php
- Timestamp:
- 06/03/2013 05:52:33 PM (13 years ago)
- Location:
- wp-filebase/trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
classes/Sync.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-filebase/trunk
-
Property
svn:ignore
set to
.git
-
Property
svn:ignore
set to
-
wp-filebase/trunk/classes/Sync.php
r702142 r722195 459 459 460 460 if(is_dir($cat->GetLocalPath())) 461 chmod ($cat->GetLocalPath(), octdec(WPFB_PERM_DIR));461 @chmod ($cat->GetLocalPath(), octdec(WPFB_PERM_DIR)); 462 462 } 463 463 … … 473 473 474 474 // chmod 475 chmod ($upload_dir, octdec(WPFB_PERM_DIR));475 @chmod ($upload_dir, octdec(WPFB_PERM_DIR)); 476 476 for($i = 0; $i < count($files); $i++) 477 477 { … … 543 543 if(!empty($_GET['debug'])) 544 544 { 545 wpfb_loadclass('Output'); 545 546 $ms = self::GetMemStats(); 546 547 echo "<!-- [$tag] (MEM: ". WPFB_Output::FormatFilesize($ms['used'])." / $ms[limit]) BACKTRACE:\n";
Note: See TracChangeset
for help on using the changeset viewer.