zikula / core

Zikula Core Framework
GNU Lesser General Public License v3.0
237 stars 66 forks source link

ajax.php bc break #1638

Closed phaidon closed 10 years ago

phaidon commented 10 years ago
ajax.php?module=ModuleName&func=FunctionName

is not working anymore in 1.4

ajax.php?module=ModuleName&func=FunctionName&type=ajax

or

index.php?module=ModuleName&func=FunctionName&type=ajax

solves the problem. but I think it is a bc break. Or I am wrong?

craigh commented 10 years ago

duplicate #1586

also see discussion here: https://github.com/zikula/core/pull/747

phaidon commented 10 years ago

sorry.