Plugin broken. Here's a patch
-
The plugin does not work in multisite or if WordPress is installed in a subdir. The fix however is simple.
On line 67 change this:
<form method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>?page=oneBackendLanguage">
to this
<form method="post" action="?page=oneBackendLanguage">
- The topic ‘Plugin broken. Here's a patch’ is closed to new replies.