Xekko Resources

Full Version: Bug in profile_default.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I open this topic to report a bug I found in one of the file system profiles.

Not that bad, but the staff of a forum can tell.

Line 185 says:

Code:
$warning_link = "warnings.php?uid={$meprofile['uid']}";

Should say:

Code:
$warning_link = "warnings.php?uid={$profile['uid']}";

A pleasure, Julio.
Thanks Juliens!
No need to thank.

Who am I thank you for the plugin you created

PD: Translated into English by the translator of google
Reference URL's