Using the newest version of the DST module, I get an error when trying to install it, namely: notice: Undefined variable: ret in dst_install() (line 10 of /home/jcherniak/www/onstar/sites/all/modules/dst/dst.install). =>
Changing line 10 to "return array()" or adding "$ret = array()" on line 8 fixes the problem.
Comments
Comment #1
justin.cherniak commentedAdded notice tag
Comment #2
ilya1st commentedgood joob. in most cases notices are turned off - you know that there too much nonclear code.
Confirmed. will patch later.
Comment #3
ilya1st commentedfixed in code. pack new module version