Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trel committed Mar 22, 2013
1 parent 128088b commit d7120d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// zip the data model directory to export it to
// the user per the request
if( !data_model_zip_dir( $path ) ) {
error_log( "export.php - error in creating archive file for [$pat]" );
error_log( "export.php - error in creating archive file for [$path]" );
return;
}

Expand Down

0 comments on commit d7120d3

Please sign in to comment.