[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solving-Undefined variable: result in import area #12349 #13109

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
added definations for result and message variable-update methods stil…
…l missing

Signed-off-by: Fenn-CS <fenn25.fn@gmail.com>
  • Loading branch information
Fenn-CS committed Mar 20, 2017
commit 2766f5a7e238d1e9e9d9efc12c7712e6b0592035
2 changes: 2 additions & 0 deletions import.php
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,8 @@
$charset_conversion = false;
$reset_charset = false;
$bookmark_created = false;
$result = false;
$msg = 'Sorry an unexpected error happened!';

// Bookmark Support: get a query back from bookmark if required
if (! empty($_REQUEST['id_bookmark'])) {
Expand Down