There are a few places where Permalink doesn't declare a default value for variables. variable_get('permalink_status') is an example. It should be variable_get('permalink_status', 0) instead.
There are a few places where Permalink doesn't declare a default value for variables. variable_get('permalink_status') is an example. It should be variable_get('permalink_status', 0) instead.
Comments
Comment #1
christefano commentedJust noticed that this was fixed in the 5.x-1.0 version.