Change all the "new class" by "new Class"
This commit is contained in:
@@ -15,7 +15,7 @@ class Outputcsv extends Output
|
||||
function __construct ()
|
||||
{
|
||||
if (!function_exists ("fputcsv"))
|
||||
throw new Exception ("CSV support not available in PHP !", 500);
|
||||
throw new \Exception ("CSV support not available in PHP !", 500);
|
||||
}
|
||||
|
||||
/** Display in CSV the data provided
|
||||
|
||||
Reference in New Issue
Block a user