Skip to content

Commit

Permalink
Merge pull request #29 from mmattel/delete_unnecessesary_line
Browse files Browse the repository at this point in the history
Delete a unnecessary line which was forgotten to be removed
  • Loading branch information
icewind1991 committed Apr 20, 2015
2 parents 5091d25 + 8ba262c commit 8041bc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ public function parseStat($output) {
$mode = 0;
$size = 0;
foreach ($output as $line) {
list($name, $value) = explode(':', $line, 2);
// A line = explode statement may not fill all array elements
// properly. May happen when accessing non Windows Fileservers
$words = explode(':', $line, 2);
Expand Down

0 comments on commit 8041bc1

Please sign in to comment.