i have tried the patch but not succed.
i put the patch in flag directory as /sites/all/modules/flag/
i ran the command and is asking for the path to file?
i manually set the patch to files. but some files does not exist
like flag.tokens.inc does not exist in flag module yet there is a flag.token.inc in includes directory of flag module.
could you please explain how to ran the patch step by step.
Comments
Comment #1
misc commentedIt dependens on how you apply patches.
The simplest solution should be to download the module with git, download the patch to the module folder and apply with
git apply -v patchname.patch, or if you do no have git, usepatch -p1 < patchname.patch.Comment #2
misc commented