Hi,
When looking at the dblog following an update to Drupal 7.4 I spotted a message about an undefined variable in backup_migrate.
After a quick look at the code, saw that there was a typo in a variable name, at line 384 of backup_migrate.install: '$form' was used instead of '$from'.
I will submit a patch for this trivial fix.
-Patrick
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | var-name-typo-1224948-1.patch | 528 bytes | Patrick Hubert |
Comments
Comment #1
Patrick Hubert commentedHi,
Here is the patch file, done using branch 7.x-2.x.
-Patrick
Comment #2
sweetchuckComment #3
ronan commentedTahnks! Seplling was never my storng suite.