Merge pull request #5967 from colemanw/CRM-16632
[civicrm-core.git] / CRM / Core / TemporaryErrorScope.php
index 6ab382b1d0c136765b60e5d6a7fd8de5632981a0..ec170a7b71357be83db0e36ed91d9f8f258bfced 100644 (file)
@@ -85,4 +85,5 @@ class CRM_Core_TemporaryErrorScope {
     $GLOBALS['_PEAR_default_error_options'] = $frame['_PEAR_default_error_options'];
     CRM_Core_Error::$modeException = $frame['modeException'];
   }
+
 }