atdrupal / at_base.module

Provide some more API for developer to work with Drupal (7).
https://drupal.org/project/at_base
GNU General Public License v2.0
5 stars 4 forks source link

Autoload incorrect with directory name begin with n #224

Open sanglt opened 10 years ago

sanglt commented 10 years ago

Example we have module name nra

The router define:

controller:
      - 'Drupal\nra\Controllers\Node\AddEmployee'
The loader will looking at: Drupal ra\Controllers\Node\AddEmployee

If we change to - Drupal\\nra\Controllers\Node\AddEmployee it just looking at '/var/aegir/platforms/d728//lib/Controllers/Node/AddEmployee.php' (Skip the module folder name)

and1truong commented 10 years ago

Thanks for reporting!

sanglt commented 10 years ago

This is bug of spdy parser. Can't fix.

and1truong commented 10 years ago

Yeah, but we may need bump new spyc version here.