Open klonos opened 5 years ago
...I realise that, as @quicksketch mentioned in https://github.com/backdrop/backdrop-issues/issues/3381#issuecomment-450771321, private functions should not be used outside of the module that provides them, but non-technical people trying to port things over should not have care about that; things should simply work, w/o errors.
I started trying to port https://www.drupal.org/project/govcms, and I got this error:
...the problem was sorted by replacing
_drupal_maintenance_theme()
with_backdrop_maintenance_theme()
, but with the backwards compatibility layer on, people that are trying to port projects over should not have to do that.PR by @klonos: https://github.com/backdrop/backdrop/pull/2744