Fix #513 - Fix strict errors

This commit is contained in:
Ben Word
2012-08-18 19:44:47 -05:00
parent bf222893b6
commit 431e2fafae
3 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
<?php
error_reporting( E_ALL | E_STRICT );
/**
* Roots functions
*/