-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,8 @@ public function run( $file ) { | |
|
||
if ( is_admin() ) { | ||
|
||
set_time_limit(0); | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
derpixler
Author
Contributor
|
||
|
||
$dbm = new Database\Manager( $wpdb ); | ||
$replace = new Database\Replace( $dbm ); | ||
$dbe = new Database\Exporter( $replace, $dbm ); | ||
|
1 comment
on commit 6e1f16d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This thread is cited on a couple of places. But the link refers to @Chirico comment "Ohoh bitte nicht!"
Is the solution just above his comment?
Shouldn't
$needle
be sanitized viapreg_quote()
or is it sanitized before?