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

justin.cherniak’s picture

Added notice tag

ilya1st’s picture

Category: bug » task

good joob. in most cases notices are turned off - you know that there too much nonclear code.

Confirmed. will patch later.

ilya1st’s picture

Status: Active » Fixed

fixed in code. pack new module version

Status: Fixed » Closed (fixed)
Issue tags: -PHP warnings (duplicate tag)

Automatically closed -- issue fixed for 2 weeks with no activity.