$disable_text is set on line 112 of pathauto.admin.inc, but apparently not actually used anywhere.

freso@nayru /s/h/l/h/d/s/a/m/pathauto> grep "disable_text" **
pathauto.admin.inc: $disable_text = '';
pathauto_string_spring_cleaning.patch: $disable_text = '';
pathauto_using_transliterate_no_rm.patch: $disable_text = '';
freso@nayru /s/h/l/h/d/s/a/m/pathauto>

I'm not checking this in straight away, in case there's some obscure reason that it is needed... ?

Comments

Freso’s picture

StatusFileSize
new987 bytes

And a patch for 5.x which also doesn't use this.

greggles’s picture

Status: Needs review » Reviewed & tested by the community

Yep, seems like cruft to me.

Freso’s picture

Status: Reviewed & tested by the community » Fixed

Committed: 6.x, 5.x. Yay for removing cruft! :)

Anonymous’s picture

Status: Fixed » Closed (fixed)

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