Skip to content

Commit

Permalink
Update gitignore + fix some coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
joeke committed Oct 17, 2016
1 parent 18f3dcf commit cf858ce
Show file tree
Hide file tree
Showing 3 changed files with 295 additions and 284 deletions.
9 changes: 2 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@

config.core.php

config.core.php

config.core.php

_build/build.config.php
.idea
config.core.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
if (!($FileSluggy instanceof FileSluggy)) {
return;
}

$modx->
switch ($modx->event->name) {
case 'OnFileManagerDirCreate':
case 'OnFileManagerDirRename':
Expand Down Expand Up @@ -73,7 +73,10 @@
return;
}
} else {
$modx->log(modX::LOG_LEVEL_ERROR, '[FileSluggy] There was an error during the upload process...');
$modx->log(
modX::LOG_LEVEL_ERROR,
'[FileSluggy] There was an error during the upload process...'
);
}
return;
}
Expand Down
Loading

0 comments on commit cf858ce

Please sign in to comment.