Closed mkhahani closed 11 years ago
Fatal error: Call to undefined function _t() in include\Jaws\Registry.php on line 356
To reproduce just rename data directory. It seems the _t() function is unknown there.
data
_t()
data directory is part of jaws, and jaws not work without it
okay but _t() method is invalid here.
we must check isn't data directory exists, then showing fatal error instead
Fixed
To reproduce just rename
data
directory. It seems the_t()
function is unknown there.