Closed demianturner closed 11 years ago
[demian] Hi Fabio
I would suggest a slightly different approach, that is
[openhaus] Hi Demian,
about 4.: test with !empty() in lib/SGL/Task/Process.php so svn updaters don't get any errors
The only change I would make in lib/SGL/Task/Process.php is this test:
'''if (SGL_Config::get('translation.defaultLangBC')) {'''
If the key does not exist, SGL_Config will return false. SGL_Config does not throw any errors as it tests keys with isset. Would should I test with !empty()?
Ciao Fabio.
[demian] Hi Fabio - you're absolutely right, I forgot we made this easier to use ;-)
Patch applied - thanks
Hey,
as suggested via mail. See thread http://groups.google.de/group/seagull_general/browse_thread/thread/dc99c8fcb6af42d6?hl=de