fix php notice

This commit is contained in:
ruben- 2016-06-06 19:47:12 +02:00
parent 86e6181169
commit 72ff2827b4

View file

@ -1296,7 +1296,7 @@ class MainWP_Child_Server_Information {
}
protected static function getCompleteURL() {
echo esc_html( $_SERVER['HTTP_REFERER'] );
echo isset( $_SERVER['HTTP_REFERER'] ) ? esc_html( $_SERVER['HTTP_REFERER'] ) : '';
}
protected static function getUserAgent() {