Skip to content

Commit

Permalink
disable event listeners by default #236
Browse files Browse the repository at this point in the history
  • Loading branch information
psolom committed Nov 23, 2017
1 parent 850cb92 commit c6928a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectors/php/filemanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function fm_has_write_permission($filepath)
$app = new \RFM\Application();

// uncomment to use events
$app->registerEventsListeners();
//$app->registerEventsListeners();

$local = new \RFM\Repository\Local\Storage($config);

Expand Down

0 comments on commit c6928a2

Please sign in to comment.