Skip to content

[FIX] wikiplugin_include.php : fixing undefined variable

[FIX] wikiplugin_include.php : fixing undefined variable $text.

The variable $text was being used without being initialized, which leads to an undefined error. The solution to this problem is to initialize $text before its use.

Merge request reports