GDToolkit::save()
calls the methods implemented from the file_system services without checking they return a failure value. FileSystem::tempnam()
and FileSystem::realpath()
return a Boolean value in case of error.
↧
GDToolkit::save() doesn't check the value returned from FileSystem methods
↧