Closed (fixed)
Project:
Pathauto
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
26 Jul 2010 at 20:21 UTC
Updated:
9 Aug 2010 at 20:40 UTC
Jump to comment: Most recent file
Currently in _pathauto_set_alias() we use:
$path = array('source' => $source, 'alias' => $alias, 'pid' => $pid, 'language' => $language);
path_save($path);
If we use this:
$path = array('source' => $source, 'alias' => $alias, 'pid' => $pid, 'language' => $language, 'pathauto' => TRUE);
path_save($path);
Modules that implement hook_path_save() can check for !empty($path['pathauto'])). Nothing that affects our own module, but helps others.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 865400-pathauto-path-save-indicator-D7.patch | 873 bytes | dave reid |
Comments
Comment #1
dave reidComment #2
dave reidCommitted to CVS.
http://drupal.org/cvs?commit=397966