3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Enable the farmOS OAuth2 server on existing sites.

This commit is contained in:
paul121 2020-02-28 10:21:43 -08:00 committed by Michael Stenta
parent 999d26b4ed
commit 6637611bf2

View file

@ -15,6 +15,13 @@ function farm_api_update_7000(&$sandbox) {
}
}
/**
* Enable the farmOS OAuth2 Server on existing sites.
*/
function farm_api_update_7001(&$sandbox) {
farm_api_install();
}
/**
* Implements hook_install().
*/