CodeIgniter Forums
Bug - Problem in Image Lib - function clear() - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Bug - Problem in Image Lib - function clear() (/showthread.php?tid=42573)



Bug - Problem in Image Lib - function clear() - El Forum - 06-11-2011

[eluser]Unknown[/eluser]
Hello Guys!

The clear function isn't doing all their work to clear Image Lib. She is not resetting all their properties to default values. This caused some problem to me because the variable "thumb_marker" isn't set to default value.

The solution is set all properties to the default value in clear function.