mirror of
git://git.proxmox.com/git/pve-storage.git
synced 2024-12-22 13:34:16 +03:00
5840bd18a8
If we want to forward to the create_base of the directory plugin while making that use our $class for the operations that call might do, we cannot use the -> notation (which would resolve the next actual implementation) but rather pass the class directly. But, DirPlugin reuses the create_base method from the base Plugin method, so we also need to call that, because on direct call notation the inheritance fallback to super methods isn't available. Reported in the forum: https://forum.proxmox.com/threads/95684/post-606535 Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com> |
||
---|---|---|
debian | ||
src | ||
.gitignore | ||
ApiChangeLog | ||
Makefile |