Added Payment, other minor fixes
This commit is contained in:
@@ -118,5 +118,9 @@ abstract class ORMOSB extends ORM {
|
||||
|
||||
return $plugin ? sprintf('%s/%s/%s/%s',$request->controller(),$request->directory(),$plugin,$request->action()) : sprintf('%s/%s/%s',$request->controller(),$request->directory(),$request->action());
|
||||
}
|
||||
|
||||
public function changed() {
|
||||
return $this->_changed;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user