mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-04 01:34:07 +02:00
Merge pull request #44 from StephanWeinhold/patch-1
Fixed wrong variable-name.
This commit is contained in:
commit
424cf346e2
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ $share = $server->getShare('test');
|
|||
$content = $share->dir('test');
|
||||
|
||||
foreach ($content as $info) {
|
||||
echo $name->getName() . "\n";
|
||||
echo $info->getName() . "\n";
|
||||
echo "\tsize :" . $info->getSize() . "\n";
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue