Skip to content

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dzasa committed Mar 14, 2015
1 parent 532d167 commit a8fe8ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
site/
test.php
4 changes: 2 additions & 2 deletions src/MaratusBackup.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* MaratusBackup
*
* Backup dufferent databases using FTP, Local storage, Online file storage like Google Drive, Dropbox
* Backup different databases using FTP, Local storage, Online file storage like Google Drive, Dropbox
*
* @author Jasenko Rakovic <[email protected]>
*/
Expand Down Expand Up @@ -228,7 +228,7 @@ private function prepareForStoring($type, $details = array()) {
/**
* Store all prepared files to remote storage or local
*/
public function store() {
private function store() {

foreach ($this->filesToStore as $fileToStore) {
$storedFile = null;
Expand Down

0 comments on commit a8fe8ef

Please sign in to comment.