Closed (fixed)
Project:
Backup and Migrate
Version:
6.x-2.4
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Sep 2010 at 13:43 UTC
Updated:
13 Sep 2012 at 14:18 UTC
Jump to comment: Most recent file
Comments
Comment #1
barobba commentedHi Jmoses, I came across the same problem. You are referring to the file "backup_migrate/includes/profiles.inc" (near line 103).
The replacement patterns are displayed using this call:
The fix, would be to use this call instead:
Comment #2
decibel.places commentedthis fixed it for me too!
Comment #3
dongtian commentedGreat, thanks
Comment #4
Guido Forks commentedAlso worked for me, thanks
Comment #5
blb commentedthis is still broken in 2.4
Comment #6
kendouglass commentedYes, changing line 103 to:
'#value' => theme('token_help', 'global'),seems to fix this in v6.x-2.4 as well as 6.x-2.x-dev (2011-Sep-04)
Comment #7
ronan commentedCommitted. Thanks all
Comment #9
Abhishek Verma commentedThanks.
I was finding some module for this..........