shahroq / whale_c5_cheat_sheet

concrete5 Cheat Sheet
MIT License
70 stars 33 forks source link

Change $page->isSystemPage() for $page->isAdminArea() #25

Closed linuxoid closed 4 years ago

linuxoid commented 4 years ago

I guess $page->isSystemPage() was meant to show if the page is a Dashboard page, and if so, it's not actually what it is, it should be $page->isAdminArea().

https://documentation.concrete5.org/api/8.5.2/Concrete/Core/Page/Page.html#method_isSystemPage vs https://documentation.concrete5.org/api/8.5.2/Concrete/Core/Page/Page.html#method_isAdminArea

shahroq commented 4 years ago

Thanks for the heads-up. $page->isAdminArea() is added: 0e34140