Verified Commit 98b22195 authored by dockx thibault's avatar dockx thibault
Browse files

:ambulance: Fixes a typo in object call

Fixes a typo in the object call SnapshotHandler.
Showing with 1 addition and 1 deletion
+1 -1
...@@ -398,7 +398,7 @@ class user extends simplePlugin ...@@ -398,7 +398,7 @@ class user extends simplePlugin
*/ */
public function generateAutomaticSnapshot () public function generateAutomaticSnapshot ()
{ {
$snapshotHandler = new snapshotHandler(); $snapshotHandler = new SnapshotHandler();
$snapshotHandler->createSnapshot($this->dn, 'automatic snapshot', 'USER', 'FD'); $snapshotHandler->createSnapshot($this->dn, 'automatic snapshot', 'USER', 'FD');
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment